home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / taropyon / hewin / ccisrc / aplwall.h < prev    next >
C/C++ Source or Header  |  1993-11-30  |  350b  |  15 lines

  1. #ifndef    _APLWALL_H
  2. #define    _APLWALL_H
  3.  
  4. #define    APL_WALLPAPER_NORMAL        (0x0000)
  5. #define    APL_WALLPAPER_TIFF            (0x0010)
  6.  
  7. #define    APL_WALLPAPER_CFG_NORMAL    (0x0000)
  8. #define    APL_WALLPAPER_CFG_CENTER    (0x0001)
  9. #define    APL_WALLPAPER_CFG_TILE        (0x0002)
  10. #define    APL_WALLPAPER_CFG_PALETTE    (0x8000)
  11.  
  12. #define    APL_WALLPAPER_DEFCOL        COLMIX(5,6)
  13.  
  14. #endif
  15.